Auto merge of #1314 - AnthIste:build-script-updates, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 17 Feb 2015 17:32:25 +0000 (17:32 +0000)
committerbors <bors@rust-lang.org>
Tue, 17 Feb 2015 17:32:25 +0000 (17:32 +0000)
The examples given for `build.rs` do not compile against the latest rust. Instead of adapting to use modules such as `std::old_io`, I attempted to port the examples to use the new `io` and `path` modules.


Trivial merge